home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
ifupdown.config
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-03-05
|
296 b
|
16 lines
#!/bin/sh
set -e
# Source debconf library
[ -e /usr/share/debconf/confmodule ] || exit 0
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ] && [ "$2" != "" ]; then
if dpkg --compare-versions "$2" lt "0.6"; then
db_input low ifupdown/convert-interfaces || true
db_go
fi
fi
db_stop